home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 20
/
Cream of the Crop 20 (Terry Blount) (1996).iso
/
os2
/
acro150.zip
/
acro150b.zi_
/
acrobat
/
startbbs.Cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-07-07
|
764b
|
30 lines
@ECHO OFF
REM ┌─────────────────────────────────────────────────────────────────────┐
REM │ Start AcroBat/2 in answering mode ACROBAT comport nodenumber │
REM └─────────────────────────────────────────────────────────────────────┘
REM
REM IMPORTANT: Don't run two bbs'ses (local and real online) at the same
REM nodenumber... This won't work properly :)
REM Don't change this batchfile unless the nodenumber and the comport!!!
REM This example starts bbs at comport 2 on node 1
REM Also takes a safety backup
CLS
COPY c:\ACROBAT\US*.DAT c:\ACROBAT\BACKUP\US*.BAK
:LOOP
c:
CD\ACROBAT
ACROBAT 2 1
IF ERRORLEVEL 255 GOTO FAULT
IF ERRORLEVEL 1 GOTO LOOP
IF ERRORLEVEL 0 GOTO END
:FAULT
ECHO Abnormal program termination
:END